type net/http.http2inflow
9 uses
net/http (current package)
h2_bundle.go#L1320: type http2inflow struct {
h2_bundle.go#L1326: func (f *http2inflow) init(n int32) {
h2_bundle.go#L1337: func (f *http2inflow) add(n int) (connAdd int32) {
h2_bundle.go#L1361: func (f *http2inflow) take(n uint32) bool {
h2_bundle.go#L1372: func http2takeInflows(f1, f2 *http2inflow, n uint32) bool {
h2_bundle.go#L4438: inflow http2inflow // conn-wide inbound flow control
h2_bundle.go#L4520: inflow http2inflow // what the client is allowed to POST/etc to us
h2_bundle.go#L7492: inflow http2inflow // peer's conn-level flow control
h2_bundle.go#L7558: inflow http2inflow // guarded by cc.mu
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |